projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b2e9c
)
Adding introspection annotation to GtkModuleIinitFunc to specify array and length...
author
Alberto Ruiz
<aruiz@gnome.org>
Wed, 20 Apr 2011 19:06:14 +0000
(20:06 +0100)
committer
Alberto Ruiz
<aruiz@gnome.org>
Wed, 20 Apr 2011 19:06:14 +0000
(20:06 +0100)
gtk/gtkmodules.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmodules.h
b/gtk/gtkmodules.h
index a2adfce78a61a17d2bb4742287890186600a99d5..3c97854f7699fc98a6cfd4ff912d347a484fb497 100644
(file)
--- a/
gtk/gtkmodules.h
+++ b/
gtk/gtkmodules.h
@@
-33,7
+33,7
@@
G_BEGIN_DECLS
/**
* GtkModuleInitFunc:
* @argc: GTK+ always passes %NULL for this argument
- * @argv: GTK+ always passes %NULL for this argument
+ * @argv:
(array length=argc):
GTK+ always passes %NULL for this argument
*
* Each GTK+ module must have a function gtk_module_init()
* with this prototype. This function is called after loading